home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / custompalette.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  2.0 KB  |  58 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // CustomPalette.h : main header file for the CUSTOMPALETTE DLL
  12. //
  13.  
  14. #if !defined(AFX_CUSTOMPALETTE_H__93B6FFAE_3A35_45BD_90F7_FD10006CA3C8__INCLUDED_)
  15. #define AFX_CUSTOMPALETTE_H__93B6FFAE_3A35_45BD_90F7_FD10006CA3C8__INCLUDED_
  16.  
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif // _MSC_VER > 1000
  20.  
  21. #ifndef __AFXWIN_H__
  22.     #error include 'stdafx.h' before including this file for PCH
  23. #endif
  24.  
  25. #include "resource.h"        // main symbols
  26.  
  27. /////////////////////////////////////////////////////////////////////////////
  28. // CCustomPaletteApp
  29. // See CustomPalette.cpp for the implementation of this class
  30. //
  31.  
  32. class CCustomPaletteApp : public CWinApp
  33. {
  34. public:
  35.     CCustomPaletteApp();
  36.  
  37. // Overrides
  38.     // ClassWizard generated virtual function overrides
  39.     //{{AFX_VIRTUAL(CCustomPaletteApp)
  40.     public:
  41.     virtual BOOL InitInstance();
  42.     //}}AFX_VIRTUAL
  43.  
  44.     //{{AFX_MSG(CCustomPaletteApp)
  45.         // NOTE - the ClassWizard will add and remove member functions here.
  46.         //    DO NOT EDIT what you see in these blocks of generated code !
  47.     //}}AFX_MSG
  48.     DECLARE_MESSAGE_MAP()
  49. };
  50.  
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_CUSTOMPALETTE_H__93B6FFAE_3A35_45BD_90F7_FD10006CA3C8__INCLUDED_)
  58.